<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  width: 100%;
  height: 100%;
}
body {
  font-size: 14px;
  color: #777;
  font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
a {
  color: #777;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  color: #006cc5;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
.clear:after,
section:after,
.main:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
img {
  vertical-align: middle;
}
input,
select,
textarea {
  font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
textarea {
  overflow: auto;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 0;
}
input::-ms-clear {
  display: none;
}
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.button {
  border-radius: 0;
}
/* all */
section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
/* 顶部 */
.topinfo {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  background: #006cc5;
  color: #fff;
}
.topinfo .wz {
  float: left;
}
.topinfo .href {
  float: right;
}
.topinfo .href a {
  color: #fff;
  padding: 0 10px;
}
.topinfo .href a.on,
.topinfo .href a:hover {
  color: #2a87d4;
}
.topinfo .tel {
  float: right;
  background: url(../images/icon_toptel.png) left center no-repeat;
  padding-left: 30px;
  margin-left: 25px;
}
/* 头部 */
header {
  width: 100%;
  z-index: 99;
  position: relative;
}
header .logo {
  float: left;
  padding: 20px 0;
}
header .logo img {
  height: 80px;
  width: auto;
}
header nav {
  float: right;
}
header nav li {
  float: left;
  position: relative;
}
header nav li span {
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 120px;
  font-size: 18px;
  color: #404040;
  transition: all 0.3s;
  padding: 0 25px;
}
header nav li .sub {
  display: none;
  position: absolute;
  left: 0px;
  top: 120px;
  min-width: 100%;
  white-space: nowrap;
  text-align: center;
  border-top: 1px solid #006cc5;
}
header nav li .sub a {
  display: block;
  overflow: hidden;
  background: rgba(0,108,197,0.5);
  color: #fff;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #006cc5;
  padding: 0 20px;
}
header nav li .sub a:hover {
  background: #006cc5;
}
header nav li.on span {
  color: #006cc5;
}
header nav li:hover span {
  color: #fff;
  background: #006cc5;
}
/* 尾部 */
footer {
  overflow: hidden;
  height:300px;
  width: 100%;
  background: #006cc5 url(../images/bj_foot.jpg) center top no-repeat;
  color: #fff;
  padding: 40px 0 50px 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #ffffff;
}
footer section &gt; div {
  float: left;
  overflow: hidden;
}
footer .w1 {
  width: 14%;
}
footer .w2 {
  width: 20%;
}
footer .w3 {
  width: 34%;
}
footer .w4 {
  width: 18%;
  float: right;
}
footer .tit {
  font-size: 18px;
  overflow: hidden;
  padding: 0 0 10px 0;
}
footer .dhxun {
  line-height: 36px;
}
footer .lxzi {
  overflow: hidden;
}
footer .lxzi li {
  overflow: hidden;
  line-height: 40px;
  padding: 10px 0 10px 35px;
}
footer .lxzi li span {
  font-size: 35px;
  color: #ffffff;
}
footer .lxzi li.tb1 {
  background: url(../images/icon_foottb2.png) left 16px no-repeat;
}
footer .lxzi li.tb2 {
  background: url(../images/icon_foottb1.png) left 16px no-repeat;
}
footer .gzwm {
  margin: 0 -8px;
  position: relative;
  overflow: hidden;
}
footer .gzwm li {
  float: left;
  padding: 0 8px;
  width: 50%;
}
footer .gzwm li img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
footer .gzwm li.all {
  width: 100%;
}
.footer {
  background: #314e6a;
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  text-align: right;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #006cc5;
}
.footer .logo {
  float: left;
  height: 60px;
  width: auto;
}
.footer .copy {
  padding: 20px 0;
  overflow: hidden;
  line-height: 20px;
}
/* 右侧客服 */
.fdkefu {
  position: fixed;
  right: 0px;
  top: 200px;
  z-index: 88;
}
.fdkefu dt {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  background-color: #006cc5;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  float: right;
}
.fdkefu dt a {
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 0 10px 0 54px;
}
.fdkefu dt span {
  display: block;
  overflow: hidden;
  padding: 0 10px 0 54px;
}
.fdkefu dt.backtop {
  background-image: url(../images/icon_kefu1.png);
}
.fdkefu dt.tel {
  background-image: url(../images/icon_kefu2.png);
}
.fdkefu dt.qq {
  background-image: url(../images/icon_kefu3.png);
}
.fdkefu dt.ewm {
  background-image: url(../images/icon_kefu4.png);
}
.fdkefu dt.qyewm {
  background-image: url(../images/icon_kefu5.png);
}
.fdkefu dt:hover {
  width: auto;
  height: auto;
}
.fdkefu dt:hover img {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 0 10px 10px 10px;
}
.fdkefu dd {
  width: 100%;
  overflow: hidden;
  height: 3px;
}
/* 幻灯 */
.banner {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner .wap {
  display: none;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  z-index: 5;
  width: 40px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  background-size: auto 30px;
  opacity: 0;
  transition: all 0.3s;
}
.banner .swiper-button-next {
  right: 10%;
  background-image: url(../images/icon_lr1r.png);
}
.banner .swiper-button-prev {
  left: 10%;
  background-image: url(../images/icon_lr1l.png);
}
.banner .swiper-pagination {
  z-index: 5;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 42px;
  height: 10px;
  margin: 1px;
  background: #333;
  opacity: 0.8;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #006cc5;
}
.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
  opacity: 0.5;
}
/* 分页 */
.dede_pages {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0 0 0;
}
.dede_pages li {
  float: left;
  border: 1px solid #d8d8d8;
  margin: 0 3px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 14px;
}
.dede_pages li a {
  padding: 0 12px;
  display: block;
  overflow: hidden;
  color: #666;
}
.dede_pages li a:hover {
  background: #006cc5;
  color: #fff;
}
.dede_pages li.pageinfo {
  padding: 0 12px;
  cursor: default;
}
.dede_pages li.thisclass a {
  background: #006cc5;
  color: #fff;
}
.dede_pages.nobot {
  padding-bottom: 0px;
}
/* 首页WAP框架 */
.in_box2 {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  background:#006cc5;
  margin-top:15px;
}
.jyxm2 li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 14px;
  color:#fff;
}
.jyxm2 li img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
}
.jyxm2 li img:hover {
 /* transform: rotate(360deg);*/filter: Alpha(Opacity=80); opacity:0.8;
}
/* 首页框架 */
.in_box {
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.in_box .tit {
  text-align: center;
  overflow: hidden;
  padding: 0 0 40px 0;
}
.in_box .tit span {
  font-size: 30px;
  color: #006cc5;
  display: block;
  overflow: hidden;
  padding: 0 0 8px 0;
}
.in_box .tit em {
  display: inline-block;
  position: relative;
}
.in_box .tit em:before,
.in_box .tit em:after {
  position: absolute;
  width: 46px;
  height: 2px;
  background: #7e8081;
  content: "";
  top: 50%;
  margin-top: -1px;
}
.in_box .tit em:before {
  left: 100%;
  margin-left: 10px;
}
.in_box .tit em:after {
  right: 100%;
  margin-right: 10px;
}
.in_box.in_about {
  background: url(../images/bj_inabout.jpg) center top no-repeat;
  background-size: 100% 100%;
}
/* 经营项目 */
.jyxm li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 18px;
}
.jyxm li img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
}
.jyxm li img:hover {
 /* transform: rotate(360deg);*/filter: Alpha(Opacity=80); opacity:0.8;
}
.jyxm li span {
  display: block;
  overflow: hidden;
  color: #006cc5;
  font-size: 22px;
  padding: 25px 0 15px 0;
}
/* 应用领域 */
.yyly li {
  float: left;
  width: 20%;
  overflow: hidden;
}
.yyly li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.yyly li a .pic {
  width: 100%;
  height: auto;
}
.yyly li .box {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(32, 32, 32, 0.3);
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.yyly li .box .nr {
  width: 100%;
  padding: 0 15%;
  overflow: hidden;
}
.yyly li .box img {
  height: 123px;
  width: auto;
  transition: all 0.3s;
}
.yyly li .box span {
  display: block;
  overflow: hidden;
  font-size: 24px;
  padding: 10px 0 0 0;
}
.yyly li .box p {
  display: block;
  overflow: hidden;
  height: 0px;
  transition: all 0.3s;
}
.yyly li .box em {
  display: block;
  overflow: hidden;
  height: 0px;
  line-height: 20px;
  width: 80px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  color: #006cc5;
  transition: all 0.3s;
}
.yyly li:hover .box {
  background: rgba(0,95,197,0.65);
}
.yyly li:hover .box img {
  transform: rotate(360deg);
}
.yyly li:hover .box p {
  height: 60px;
  line-height: 30px;
  margin: 15px 0 25px 0;
}
.yyly li:hover .box em {
  height: 20px;
}
/* 中氧简介 */
.zyjj &gt; img {
  width: 46%;
  height: auto;
  float: right;
  transition: all 0.3s;
}
.zyjj &gt; img:hover {
  opacity: 0.8;
}
.zyjj .box {
  font-size: 18px;
  line-height: 40px;
  overflow: hidden;
  float: left;
  width: 50%;
  color: #333;
}
.zyjj .box p{text-indent:2em;}
.zyjj .box span {
  display: block;
  overflow: hidden;
  font-size: 24px;
  padding: 10px 0 20px 0;
}
.zyjj .box a {
  display: block;
  overflow: hidden;
  width: 145px;
  line-height: 58px;
  color: #fff;
  background: #006cc5;
  text-align: center;
  margin-top: 60px;
}
.zyjj .box a:hover {
  background: #2a87d4;
}
/* 内页全局 */
.main {
  width: 100%;
  padding: 25px 0 50px 0;
}
aside {
  width: 22%;
  float: left;
  margin-top: -25px;
}
aside .jgline {
  height: 25px;
  overflow: hidden;
  width: 100%;
}
aside.mtop {
  margin-top: -200px;
}
.mainsmall {
  width: 78%;
  float: right;
  padding-left: 40px;
}
.webwz {
  border-bottom: 2px solid #ededed;
  overflow: hidden;
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.webwz .tb {
  background: url(../images/icon_hometb.png) left center no-repeat;
  padding-left: 20px;
}
.webtit {
  text-align: center;
  overflow: hidden;
  margin-top:15px;
}
.webtit span {
  font-size: 24px;
  color: #006cc5;
  display: block;
  overflow: hidden;
  padding: 0 0 6px 0;
}
.webtit em {
  display: inline-block;
  position: relative;
}
.webtit em:before,
.webtit em:after {
  position: absolute;
  width: 46px;
  height: 2px;
  background: #7e8081;
  content: "";
  top: 50%;
  margin-top: -1px;
}
.webtit em:before {
  left: 100%;
  margin-left: 10px;
}
.webtit em:after {
  right: 100%;
  margin-right: 10px;
}
.webmore {
  line-height: 56px;
  display: block;
  overflow: hidden;
  float: right;
  background: #006cc5;
  color: #fff;
  padding: 0 50px;
  font-size: 18px;
  letter-spacing: 8px;
  margin-top: 30px;
}
.webmore span {
  background: url(../images/icon_butmore.png) right center no-repeat;
  padding-right: 25px;
}
.webmore:hover {
  background: #2a87d4;
  color: #fff;
}
/* 内页菜单 */
.menu_left {
  border-top: 1px dotted #006cc5;
}
.menu_left li {
  overflow: hidden;
  border-bottom: 1px dotted #006cc5;
  font-size: 16px;
  text-align: center;
}
.menu_left li a {
  display: block;
  overflow: hidden;
  color: #006cc5;
  line-height: 46px;
}
.menu_left li:hover a,
.menu_left li.on a {
  background: #006cc5;
  color: #fff;
}
.menu_all {
  text-align: center;
  overflow: hidden;
  padding: 0 0 30px 0;
}
.menu_all ul {
  display: inline-block;
}
.menu_all ul li {
  padding: 2px;
  display: inline-block;
}
.menu_all ul li a {
  display: block;
  overflow: hidden;
  line-height: 50px;
  border: 1px solid #ccc;
  color: #006cc5;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 18px;
  box-shadow: 2px 2px 5px #ccc;
}
.menu_all ul li:hover a,
.menu_all ul li.on a {
  background: #006cc5;
  color: #fff;
}
.pad15{padding:15px 0;}
.propic{text-align:center; padding:15px 0;}
/* 内页标题框 */
.webcatebt {
  border: 8px solid #7ea8ee;
  overflow: hidden;
  background: url(../images/bj_webcatebtbj.png) repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 40px 0;
  color: #fff;
}
.webcatebt span {
  font-size: 30px;
}
.webcatebt em {
  display: block;
  overflow: hidden;
  padding: 5px 0 10px 0;
}
.webcatebt i {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  background: url(../images/icon_more1.png) no-repeat;
}
/* 内页左侧电话二维码 */
.conlx {
  font-size: 18px;
  color: #080808;
  text-align: center;
  overflow: hidden;
}
.conlx .tb {
  margin: 0 0 15px 0;
  height: 70px;
  width: auto;
}
.conlx span {
  font-size: 24px;
  color: #006cc5;
  font-family: Arial;
  padding: 10px 0 20px 0;
  font-weight: bold;
  display: block;
  overflow: hidden;
}
.conlx img {
  max-width: 100%;
  height: auto;
}
/* 单页 */
.pagebody {
  padding: 30px 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 36px;
}
.pagebody h1{text-align:center; font-size:16px; font-weight:bold; }
.pagebody img {
  padding: 15px 0;
  max-width: 100%;
  height: auto;
}
.pagebody .imgfr {
  padding-left: 20px;
  float: right;
}
.pagebody .imgfl {
  padding-right: 20px;
  float: left;
}
.pagebody.smbody {
  padding: 30px 10px;
  font-size: 14px;
  line-height: 28px;
  color:#333;
}
/* 企业文化 */
.diywh {
  background: #f9f9f9;
  padding: 20px 30px;
}
.diywh li {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  line-height: 36px;
  padding: 10px 0 10px 180px;
}
.diywh li .sbt {
  position: absolute;
  left: 0px;
  top: 10px;
  font-size: 24px;
}
.diywh li .sbt span {
  color: #000000;
}
.diywh li .sbt em {
  color: #006cc5;
}
.diywh li .sbt p {
  font-size: 13px;
}
/* 公司荣誉 */
.gsyyxun {
  margin: -20px;
  position: relative;
  overflow: hidden;
}
.gsyyxun li {
  float: left;
  width: 25%;
  overflow: hidden;
  text-align: center;
  padding: 20px;
}
.gsyyxun li a {
  font-size: 18px;
  color: #111;
  display: block;
  overflow: hidden;
}
.gsyyxun li a:hover {
  color: #006cc5;
}
.gsyyxun li .pic {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.gsyyxun li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.gsyyxun li .pic img:hover {
  transform: scale(1.1);
}
.gsyyxun li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 做什么循环 */
.zsmxun {
  overflow: hidden;
  margin: 0 -5px;
  position: relative;
}
.zsmxun li {
  width: 25%;
  text-align: center;
  float: left;
  padding: 0 5px;
  overflow: hidden;
}
.zsmxun li .box {
  background: #7ea8ee;
  color: #fff;
  padding: 20px 15px;
  transition: all 0.3s;
}
.zsmxun li img {
  height: 120px;
  width: auto;
  transition: all 0.3s;
}
.zsmxun li span {
  display: block;
  overflow: hidden;
  font-size: 24px;
  padding: 15px 0 10px 0;
}
.zsmxun li p {
  line-height: 24px;
  display: block;
  overflow: hidden;
  font-size: 13px;
}
.zsmxun li:hover .box {
  background: #2a87d4;
}
.zsmxun li:hover .box img {
  transform: rotate(360deg);
}
/* 新闻列表 */
.newslist li {
  border-bottom: 1px solid #ececec;
  padding: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.newslist li a {
  overflow: hidden;
}
.newslist li a &gt; span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 36px;
  padding: 0 0 5px 0;
  color: #333;
}
.newslist li a &gt; span:hover {
  color: #006cc5;
}
.newslist li .date {
  width: 90px;
  height: 90px;
  background: #006cc5;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  float: left;
  font-size: 12px;
}
.newslist li .date span {
  font-size: 36px;
  padding: 10px 0 5px 0;
  display: block;
  overflow: hidden;
}
.newslist li p {
  height: 50px;
  line-height: 25px;
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #888;
}
.newslist li:hover {
  background: #f5f5f5;
}
/* 上下篇 */
.sxpage {
  border-top: 1px solid #eee;
  overflow: hidden;
  line-height: 24px;
  padding: 10px 0 0 0;
}
.sxpage li {
  float: left;
  width: 50%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sxpage li:last-child {
  text-align: right;
}
/* 图片列表 */
.piclist {
  overflow: hidden;
  position: relative;
}
.piclist li {
  float: left;
  overflow: hidden;
}
.piclist li a {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
  box-shadow: 0 0 5px #ccc;
}
.piclist li a img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.piclist li .bt {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  line-height: 58px;
  background: rgba(0, 46, 115, 0.6);
  font-size: 28px;
  z-index: 1;
  transition: all 0.3s;
}
.piclist li .box {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0,108,197,0.5);
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.piclist li .box .nr {
  width: 100%;
  padding: 0 15%;
  overflow: hidden;
}
.piclist li .box .nr span {
  font-size: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 85px 0;
  transition: all 0.3s;
}
.piclist li .box .nr .info {
  max-height: 144px;
  line-height: 36px;
  display: block;
  overflow: hidden;
  font-size: 18px;
}
.piclist li:hover a img {
  transform: scale(1.1);
}
.piclist li:hover .bt {
  top: -100%;
}
.piclist li:hover .box {
  opacity: 1;
}
.piclist li:hover .box .nr span {
  padding: 0 0 15px 0;
}
.piclist.er {
  margin: -15px 50px;
}
.piclist.er li {
  width: 50%;
  padding: 15px 50px;
}
.piclist.san {
  margin: -20px;
}
.piclist.san li {
  width: 33.3333333333%;
  padding: 20px;
}
/* box_agent */
.box_agent {
  background: #f0f0f0 url(../images/bj_agent.jpg) center bottom no-repeat;
}
.box_agent .info {
  text-align: center;
  overflow: hidden;
  font-size: 24px;
  line-height: 60px;
  padding: 30px 0;
  color:#333;
}
.box_agent .info .br {
  display: block;
  overflow: hidden;
}
.box_agent .info img {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}
/* box_bj */
.box_bj {
  background: #f5f5f5;
}
.box_bj .tit {
  text-align: center;
  overflow: hidden;
}
.box_bj .tit span {
  background: #006cc5;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  padding: 0 60px;
  border-radius: 50px;
  font-size: 18px;
}
.box_bj .map {
  overflow: hidden;
  width: 100%;
  padding: 15px;
  background: #fff;
}
.box_bj .map #allmap {
  width: 100%;
  height: 500px;
}
.box_bj .map .anchorBL {
  display: none;
}
/* contact */
.contact {
  overflow: hidden;
  position: relative;
  margin: 50px 0;
  color: #3d3d3b;
}
.contact:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  width: 1px;
  background: #8a8a89;
}
.contact .left {
  width: 50%;
  float: left;
  background: url(../images/icon_lxl.png) left center no-repeat;
  background-size: auto 100%;
  padding: 0 0 0 75px;
}
.contact .left .bt {
  font-size: 34px;
}
.contact .left .wz {
  font-size: 18px;
  background: url(../images/icon_lx1.png) left center no-repeat;
  padding-left: 40px;
  line-height: 30px;
  margin: 15px 0 0 0;
}
.contact .left ul {
  overflow: hidden;
}
.contact .left ul li {
  width: 37%;
  float: left;
  overflow: hidden;
  line-height: 30px;
  margin-top: 20px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
}
.contact .left ul li.tb1 {
  background-image: url(../images/icon_lx2.png);
}
.contact .left ul li.tb2 {
  background-image: url(../images/icon_lx3.png);
}
.contact .left ul li.tb3 {
  background-image: url(../images/icon_lx4.png);
}
.contact .left ul li.tb4 {
  background-image: url(../images/icon_lx5.png);
}
.contact .left ul li:nth-child(even) {
  width: 63%;
}
.contact .right {
  width: 50%;
  float: right;
  padding: 20px 130px 0 3%;
}
.contact .right em {
  font-size: 18px;
  color: #999;
}
.contact .right span {
  display: block;
  overflow: hidden;
  font-size: 50px;
  font-weight: bold;
  color: #006cc5;
}
.contact .right .qq {
  display: block;
  overflow: hidden;
  font-size: 18px;
  background: url(../images/icon_lx6.png) left center no-repeat;
  padding-left: 35px;
  line-height: 30px;
  margin: 35px 0 0 0;
  font-weight: bold;
  color: #333;
}
.contact .right .ewm {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 120px;
  width: auto;
  margin-top: -60px;
}
/* job */
.job_bj {
  background-image: url(../images/icon_ditu.png);
  background-position: right 4% bottom 4%;
  background-repeat: no-repeat;
}
.job {
  color: #555;
  padding: 30px 0 0 0;
  overflow: hidden;
}
.job .ban {
  margin: 30px 0;
  overflow: hidden;
  position: relative;
}
.job .ban img {
  width: 100%;
  height: auto;
}
.job .ban .box {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 70%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.job .ban .box .nr {
  background: rgba(0, 108, 197, 0.6);
  padding: 40px 70px;
  width: 100%;
  overflow: hidden;
  color: #fff;
  line-height: 34px;
}
.job .ban .box .nr span {
  font-size: 24px;
  display: block;
  overflow: hidden;
  padding: 0 0 10px 0;
}
.job .ban .box .nr .br {
  display: block;
  overflow: hidden;
}
.job .sm {
  text-align: center;
  overflow: hidden;
  font-size: 18px;
  line-height: 48px;
  padding: 0 0 30px 0;
}
.job .xun {
  overflow: hidden;
  margin: -20px 0;
  position: relative;
}
.job .xun li {
  overflow: hidden;
  padding: 20px 0;
}
.job .xun li .bt {
  font-size: 24px;
  border-bottom: 2px dotted #666;
  color: #000;
  padding: 0 40px 15px 40px;
}
.job .xun li .bt span {
  color: #006cc5;
}
.job .xun li .info {
  padding: 15px 40px 0 40px;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  color: #222;
}
.job .but {
  float: right;
  border-radius: 45px;
  padding: 0 20px;
  color: #fff;
  background: #006cc5;
  font-size: 18px;
  line-height: 45px;
  margin-top: 30px;
}
.menupc{display:none;}</pre></body></html>